namespace Wrox.ConnectionManagement
{
    public interface IStringForCalendar
    {
        string CalendarString { get; set;}
    }
}
